Subscribes to the specified OPC-DA items, and monitors their data until they have at least the quality specified for each item, an error occurs, or the alloted time elapses.
Parameters
- client
- The client object that will perform the operation.
- argumentsAndMinimumQualityList
- List of tuples, where each tuple consists of OPC-DA item group arguments, and a minimum quality determining when the wait is complete.
Return Value
The function returns an array of
OpcLabs.BaseLib.OperationModel.ValueResult objects. The indices of elements in the output array are the same as those in the input list,
argumentsAndMinimumQualityList.
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also